pointer language

英 [ˈpɔɪntə(r) ˈlæŋɡwɪdʒ] 美 [ˈpɔɪntər ˈlæŋɡwɪdʒ]

【计】指示字类语言

计算机



双语例句

  1. However, remember that casting an integer value to a pointer value does not conform to the C language standard.
    但是将整数值转换为指针值并不遵循C语言标准。
  2. Multi-dimensional array pointer and recursion are the difficult sections of teaching C language.
    【中英文摘要】多维数组指针和递归是c语言教学中的难点。
  3. This paper mainly introduced how to implement pointer type in CML language.
    本文主要介绍了如何在CML语言中实现带指针类型的编译器。
  4. Deep Analysis and Application of the Function Pointer in the C/ C++ Language Programming
    C/C++语言中函数指针的深入分析与应用
  5. Thoroughly Understanding the Relevant Concept of Pointer In C Language and Correctly Using Pointer
    彻底理解C语言中指针的有关概念并正确应用指针
  6. The Problem about the Pointer Used as the Parameter of Function in C Language
    关于C语言中使用指针作为函数参数的问题
  7. Using pointer can conveniently show the complex data structure, making program simple, efficient and compact. Pointer is the key of the whole C language course and the important basis of the successive courses.
    使用指针可以方便地表达复杂的数据结构,使程序简洁、高效、紧凑,指针是整个C语言课程的重点以及后续课程的重要基础。
  8. Stressing the property of pointer, setting level to array's address, starting from the relationship between the level of pointer and the dimension of array, the paper reveals the pointer process of multi-dimensional array in C language and its application.
    强调了指针变量的特殊性,对数组中的地址定级,从指针的级与数组维数对应关系角度,阐明了C语言中多维数组指针处理技术及其应用。
  9. The application of the array and pointer is the key and difficult section for learning C language, especially tile application of the multi& dimensional array and pointer has become the great barrier against C language learning.
    在C语言的学习中,数组与指针的应用是重点和难点,尤其多维数组和指针应用已成为学习和掌握C语言的一大障碍。
  10. In the realizing of shortest path algorithm and bus take algorithm, using the pointer in Delphi language to make up the queen, stack replacing the using of array in other system, dynamically assign memory, save memory space and operation time.
    而在最短路径搜索和转乘公车方案的算法实现上,发挥了Delphi语言的所长,利用指针链接的技术,代替用数组来组成队列、栈,达到动态分配内存,节省内存空间及运算时间。
  11. Three Questions about the Pointer of C Program Language in Teaching
    C语言教学中有关指针的几个问题
  12. This article gives the relatively systematic analysis and research on function pointer in C++ language, pointing out the concept difference from pointer function, and then a instance is given out to show the method of using function pointer.
    本文对C++语言中函数指针进行了较为系统的分析与研究,指出它与指针函数的概念区别,并通过实例阐述使用函数指针的方法。
  13. Discussion about the Internal Connection of Definition with Quotation and the Misunderstanding of Array Name and Pointer in C Language
    C语言中定义和引用语句间的内在联系及数组名、指针理解误区探讨
  14. Teaching Experience on Pointer of C Language
    C语言指针教学经验谈
  15. Discussion on teaching of pointer in C language
    C语言有关指针教学的探讨
  16. The Level of Multi-dimensional Array Pointer in C Language
    C语言中多维数组指针的级别
  17. Analysis of the Selection and Efficiency of Pointer and Array in C Language
    C语言中指针与数组的选用及效率剖析
  18. The array and pointer in C language
    C语言的数组与指针
  19. The Statement on Usage of Double Pointer Variable in C Programming Language
    试论双重指针变量在C语言程序设计中的使用
  20. Study of the Data Type of Pointer in C Language
    浅析有关指针的数据类型
  21. Pointer in c++ Programming Language
    C++程序中的指针
  22. Discussion of the Pointer of C Language
    C语言指针探讨
  23. The analysis of similarities and differences when pointer and array are applied in programming in C language
    C语言中指针和数组在编程运用中的异同分析
  24. The usage of function pointer in C language.
    本文介绍了C语言函数指针的功能与用法,同时使用函数指针设计了一个通用菜单程序。
  25. How to Use Pointer of C Language Properly
    如何正确地使用C语言的指针
  26. The method of utilizing pointer to function in C language and study and application of super-process skill
    C语言中用指针指向函数的方法及其高级处理技巧的研究与应用
  27. This paper is devoted to the representation of pointer in language XYZ/ E and the verification of XYZ/ SE programs with pointers.
    本文主要讨论在时序逻辑语言XYZ/E中指针的形式化表示问题以及在结构化XYZ/SE程序中指针的验证问题。
  28. Pointer is the feature of lowe-level language, C language.
    指针是C语言的低级语言特性。
  29. Pointer Type Implemented in SNL Language
    指针类型在SNL语言中的实现
  30. The complexity of the pointer itself, coupled with the C language specification not imposing too many restrictions on usage of pointer, make the pointer misuse difficult to avoid, and even lead to serious security risks.
    C程序指针使用复杂,加之C语言规范并未对指针的使用做过多限制,使得指针的误用难以避免,甚至带来严重的安全隐患。